.section2 .grid_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 30px;
	grid-column-gap: 27px;
	grid-row-gap: 20px;
}
.grid_product_bg {
	background-image: url('../img/product_header_bg.png');
	background-repeat: no-repeat;
	background-size: 205px 95px;
	background-position: right top;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transform: translateY(-15px);
}
.section2 .grid_item{
	width: 280px;
	height: 250px;
	border-radius: 4px;
	border-radius: 6px;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transition: all .5s ease-in-out;
	border-top: 4px solid #2A7EFB ;
}
.section2 .grid_item .tit {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin: 53px 96px 17px;
}
.section2 .grid_item .desc {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	margin: 0 40px;
	text-align: center;
}
.section2 .item_1 {
	background: url('../2024_images/dxfw.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_2 {
	background: url('../2024_images/xpdy.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_3 {
	background: url('../2024_images/spcj.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_4 {
	background: url('../2024_images/wlcx.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_5 {
	background: url('../2024_images/dzmd.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_6 {
	background: url('../2024_images/dj.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_7 {
	background: url('../2024_images/plfh.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}
.section2 .item_8 {
	background: url('../2024_images/fpgl.png') no-repeat right bottom #fff;
	background-size: 125px 125px;
}






.grid_box_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	width: 100%;
	/* grid-gap: 18rpx; */
	grid-row-gap: 20px;
	grid-column-gap: 15px;
}

.grid_item_product {
	width: 285px;
	height: 280px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	opacity: 1;
	border-radius: 4px;
	padding: 20px 20px 20px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.grid_product_bg {
	background-image: url('../2024_images/product_header_bg.png');
	background-repeat: no-repeat;
	background-size: 205px 95px;
	background-position: right top;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transform: translateY(-15px);
}


.section9 {
    background-color: #2A7EFC;
}

.section9 .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}


.section9 .section-head,
.section9 h2 {
    color: #FFFFFF;
}

.section9 .section-head {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.section9 h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #333333;
}

.section9 h2+div {
    width: 969px;
    margin: 15px auto 0;
}
.section9 .section-body {
    margin-top: 70px;
    overflow: hidden;
}
.section9 ul {
    display: flex;
    justify-content: space-between;
}

.section9 li {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.section9 li div:first-child {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background-color: #FFFFFF;
    font-size: 0;
    line-height: 62px;
}

.section9 li img {
    display: inline-block;
    vertical-align: middle;
  width: 40px;
}
.section10{
	height: 845px;
	background: #F9FAFC;
}
.b2c_grid_left .top_card{
	width: 404px;
	height: 114px;
	background: rgba(19,190,220,0.1);
	border-radius: 4px;
	border: 1px solid #13BEDC;
}
.b2c_grid_left .right_card{
	width: 404px;
	height: 114px;
	background: #EBF3FF;
	border-radius: 4px;
	border: 1px solid #2A7EFB;
}
.b2c_grid_left .top_card .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #13BEDC;
	line-height: 18px;
}
.b2c_grid_left .right_card .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #2A7EFB;
	line-height: 18px;
}
.b2c_grid_left .desc{
	width: 294px;
	height: 44px;
	margin: 12px auto 0;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.dian_box span{
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-bottom: 4px;
	background-color: #13BEDC;
	border-radius: 50%;
}
.dian_box_right span{
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-bottom: 4px;
	background-color: #2A7EFB;
	border-radius: 50%;
}
.dian_box .big_dian{
	width: 8px;
	height: 8px;
}
.b2c_grid_left .grid_content{
	width: 590px;
	height: 382px;
	border-radius: 4px;
	border: 1px dashed #13BEDC;
	padding: 31px 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-row-gap: 84px;
	grid-column-gap: 70px;
	background-image: url('/pc/images/mafan.png');
	background-size: 186px 186px;
	background-repeat: no-repeat;
	background-position: center;
}
.right_border{
	background-image: url('/pc/images/jiejue.png') !important;
	border: 1px dashed #2A7EFB !important;
}
.b2c_grid_left .grid_content .item{
	width: 245px;
	height: 128px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
}
.b2c_grid_left .grid_content .item .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 18px;
}
.b2c_grid_left .grid_content .item .desc{
	width: 168px;
	height: 44px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
	margin-top: 10px;
}










.pro_header {
	border-bottom: 1px solid #eee;
}

.pro_header img {
	height: 45px;
	height: 45px;
	margin-right: 12px;
}

.pro_header .title {
	height: 25px;
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.grid_item_title {
	font-size: 13px;
	font-family: PingFang SC;
	color: #999;
}
.pro_header .badge {
	width: 56px;
	height: 19px;
	border: 1px solid #2A7EFB;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	line-height: 12px;
	color: #2A7EFB;
	margin-left: 6px;
}

.pro_body .picture {
	width: 245px;
	height: 148px;
	background-color: #DFEAFC;
	border-radius: 2px;
}

.pro_body .picture img {
	width: 245px;
	height: 148px;
	border-radius: 2px;
}

.pro_body .grid_item_info {
	width: 245px;
	height: 170px;
}

.pro_body .grid_item_info .title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.pro_body .grid_item_info .desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #888888;
}

.pro_body .grid_item_info .btn {
	width: 90px;
	height: 34px;
	border: 1px solid #2A7EFB;
	border-radius: 3px;
	font-size: 13px;
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn a{
	color: #2A7EFB;
}
.pro_body .grid_item_info .btn_active {
	background-color: #2A7EFB;
	color: #fff;
}

.grid_box_6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 10px;
}

.section1 {
	height: 800px;
	background-image: url('../2024_images/index_banner.png');
	position: relative;
}

.swiper {
	--swiper-pagination-color: #fff;
}

.mySwiper .swiper-pagination {
	/* width: 20% !important; */
	bottom: 80px !important;
	/* left: 20% !important; */
}

.mySwiper .swiper-pagination-bullet {
	width: 40px !important;
	height: 6px !important;
	background-color: #E6F0FF !important;
	border-radius: 0 !important;
}
.mySwiper .swiper-pagination-bullet:active{
	box-shadow: none;
	outline: none;
}
.mySwiper img{
	width: 100%;
}
.swiper-container{
	height: 430px;
}
.swiper-container img{
	width: 218px;
	height: 390px;
}
.swiper-container .swiper-pagination {
	bottom: -3px !important;
}
.swiper-container .swiper-pagination-bullet{
	width: 4px !important;
	height: 4px !important;
	border-radius: 50% !important;
	background: #fff!important;
}
.ad_box {
	position: absolute;
	width: 1200px;
	height: 104px;
	background: #fff;
	border-radius: 4px;
	left: 0;
	right: 0;
	margin: auto;
	top: -52px;
	z-index: 8;
	/* padding-left: 50px; */
}

.center_line {
	position: relative;
}

.center_line ::after {
	content: '';
	width: 1px;
	height: 57px;
	background: #eee;
	position: absolute;
	top: 4px;
	right: 0;
}

.ad_box_item {
	width: 50%;
}

.ad_box_item img {
	width: 70px;
}

.ad_title {
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 22px;
	color: #333333;
}
.ad_box_item{
	transition: all .7s;
}
.ad_box_item:hover{
	transform: translateY(-5px);
}
.ad_text {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-top: 8px;
}
.ad_text a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #999999;
	margin-right: 5px;
}
.ad_title:hover{
	color: #2A7EFB;
}
.ad_text a:hover{
	color: #2A7EFB;
}
.ad_text div ~ div{
	margin-left: 5px;
}
.section2 {
	/* height: 896px; */
	background-image: url('../2024_images/section2_bg.png');
	position: relative;
}

.section3 {
	height: 788px;
	background-image: url('/pc/images/hyfabj.jpg');
	position: relative;
}
.section3_content{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.advantage {
	height: 896px;
	background-image: url('../2024_images/advantage_bg.png');
	position: relative;
}

.advantage_content {
	height: 628px;
	margin: 52px auto 0;
	background-image: url('/storage/15830/images/20240112/bjys.png');
	position: relative;
}

.advantage_content .center {
	width: 491px;
	height: 209px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	background-image: url('../2024_images/center_line.png');
	background-size: cover;
	transform: translateX(-50%);
}

.advantage_content_tit {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
}

.advantage_content_desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	padding-top: 10px;
}

.advantage_content_img {
	width: 84px;
	height: 84px;
}

.bushu_aninmate {
	animation: kf-s2t 1.2s linear .8s infinite alternate;
}

@keyframes kf-s2t {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.kuangjia {
	position: absolute;
	top: 300px;
	left: 440px;
}

.zx_diy {
	position: absolute;
	top: 300px;
	right: 460px;
}

.ym_code {
	position: absolute;
	bottom: 230px;
	left: 480px;
}

.cx_update {
	position: absolute;
	bottom: 230px;
	right: 480px;
}

.dl_bushu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 320px;
}

.center_img {
	width: 474.8px;
	height: 373.8px;
}
#article_desc{
	opacity: 0.8;
}
.fun_border_bottom{
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.section4 {
	height: 900px;
	border: 1px solid rgba(0, 0, 0, 0);
	background: linear-gradient(180deg, #EFF1F9 0%, #F9F9FC 100%);
}

.section4 img {
	width: 100%;
}

.section5 {
	height: 870px;
	background-image: url('../2024_images/section7_bg.png');
}

.section5 .slider {
	height: 694px;
}

.section5 .slider_item {
	width: 270px;
	height: 102px;
	box-shadow: 0px 3px 10px rgba(5,36,82,0.13);
}

.section5 .slider_icon {
	width: 50px;
	height: 50px;
}

.section5 .slider_num {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.section5 .slider_desc {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #444444;
}

.section5 .map {
	width: 810px;
	height: 620px;
	margin: 30px 0 0 50px;
	background-image: url('../2024_images/map1.png');
	background-size: cover;
	position: relative;
}
.section5 .map_star{
	width: 810px;
	height: 620px;
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeIn 1.5s linear 1.5s infinite alternate;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.section6 {
	height: 602px;
	background-image: url('../2024_images/index_section6_bg.png');
	background-size: cover;
}

.section6 .service {
	width: 150px;
	height: 244px;
	border: 1px solid #FFFFFF;
	background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
	box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.0700);
	border-radius: 2px;
	cursor: pointer;
	transition: all 1s;
}

.section6 .active {
	width: 400px;
	background: #2A7EFB;
	color: #fff;
	background-image: url('../2024_images/baozhang_bg.png');
	background-size: 124px 124px;
	background-position: right top;
	background-repeat: no-repeat;
}

.service_content img {
	width: 30px;
}

.service_content .service_title {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 18px;
	color: #FFFFFF;
	margin: 20px 0 24px;
}

.service_content .sm_line {
	width: 22px;
	height: 3px;
	background-color: #fff;
}

.service_content .service_desc {
	width: 308px;
	height: 46px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 20px;
}

.section7 {
	height: 776px;
	/* background-image: url('../2024_images/mask.png'); */
	background-size: cover;
}
.scroll_x img{
	box-shadow: 0px 5px 12px rgba(121,148,193,0.1);
}
.row_left_animation{
	animation: 20s rowup-left linear infinite alternate;
}
.row_right_animation{
	animation: 20s rowup-right linear infinite alternate;
}
@keyframes rowup-left {
	0%{
		transform: translate3d(160px,0,0);
	}
	100%{
		transform: translate3d(-480px,0,0);
	}
}

@keyframes rowup-right {
	0%{
		transform: translate3d(-480px,0,0);
	}
	100%{
		transform: translate3d(160px,0,0);
	}
}
.scroll_x{
	width: 1200px;
	overflow: hidden;
}
.mask_left{
	position: absolute;
	top: 200px;
	left: 0;
	background-image: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);
	z-index: 6;
	width: 158px;
	height: 477px;
}
.mask_right{
	position: absolute;
	top: 200px;
	right: 0;
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
	z-index: 6;
	width: 158px;
	height: 477px;
}

.section8 {
	height: 764px;
	background-image: url('../2024_images/index_news_bg.png');
	background-size: cover;
}

.section9 {
    background-color: #2A7EFC;
}

.section9 .section-head,
.section9 h2 {
    color: #FFFFFF;
}

.section9 ul {
    display: flex;
    justify-content: space-between;
}

.section9 li {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.section9 li div:first-child {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background-color: #FFFFFF;
    font-size: 0;
    line-height: 62px;
}

.section9 li img {
    display: inline-block;
    vertical-align: middle;
}


.new_card {
	width: 386px;
	height: 458px;
	background: rgba(255, 255, 255, 0.3900);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0600);
	border-radius: 4px;
    position: relative;
}

.new_card_header {
	width: 386px;
	height: 175px;
	background-size: cover;
}

.card_info .en_info {
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #FFFFFF;
	opacity: 0.8;
}

.card_info .keyword {
	/* height: 33px; */
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 300;
	/* line-height: 33px; */
	color: #FFFFFF;
	opacity: 0.8;
}

.card_info .card_info_tit {
	/* height: 33px; */
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 600;
	/* line-height: 33px; */
	color: #FFFFFF;
}

.dongtai {
	background-image: url('../2024_images/index_dongtai.png');
}

.hangye {
	background-image: url('../2024_images/index_news.png');
}

.operation {
	background-image: url('../2024_images/index_operating.png');
}

.new_card_body {
	padding: 16px 27px 18px;
}

.new_card_body .news_title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 26px;
	color: #282828;
	width: 281px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.new_card_body .news_title:hover{
	color: #2A7EFB;
}
.new_card_body .news_desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
	margin-top: 10px;
	width: 332px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 18px;
	cursor: pointer;
}

.new_card_body .line {
	border-bottom: 1px solid #eee;
}

.new_card_body .list {
	padding-top: 4px;
}

.new_card_body .list .time {
	width: 50px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: #999999;
}

.new_card_body .list .new_info {
	width: 282px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #282828;
	font-size: 14px;
	/* padding-top: 16px; */
}
.new_card_body .list .new_info:hover{
	color: #2A7EFB;
}
.left_menu {
	width: 200px;
	height: 540px;
	background: rgba(23, 24, 27, .5);
	box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
	backdrop-filter: blur(14px);
	padding: 56px 0 0;
	cursor: pointer;
}

.left_menu .menu_item {
	width: 180px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	margin-bottom: 16px;
}

.left_menu .active {
	background: #2A7EFB;
	border-radius: 0px 4px 4px 0px;
}

.right_proview {
	width: 270px;
	height: 540px;
	background: rgba(23, 24, 27, .5);
	backdrop-filter: blur(14px);
}

.right_proview .picture {
	width: 240px;
	height: 390px;
	background-image: url('../2024_images/dizuo.png');
	background-repeat: no-repeat;
	background-size: 234px 264px;
	background-position: bottom;
}



.article_content {
	height: 540px;
	width: 730px;
	background: rgba(23, 24, 27, .4);
	backdrop-filter: blur(14px);
	padding: 56px 40px 0;
}

.article_content .btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 3px;
}

.article_content .active {
	background-color: #2A7EFB;
	border: 1px solid #2A7EFB;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation: pulse 1.5s linear 1.5s infinite alternate;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.qrcode_mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 999;
}

.proview_qr{
	width: 340px;
	height: 398px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
}
.proview_qr .header{
	width: 100%;
	height: 74px;
	background-image: url('../2024_images/code_top_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.proview_qr .code_body .qrocde{
	width: 210px;
	height: 210px;
	margin-top: 100px;
}
.proview_qr .code_body .detail{
	width: 273px;
	height: 30px;
	background: #F5F5F5;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
}
.proview_qr .code_body .text_blue{
	color: #2A7EFB;
}
.proview_qr .close{
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 99;
}
.proview_qrs{
	width: 340px;
	height: 398px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
}
.proview_qrs .header{
	width: 100%;
	height: 74px;
	background-image: url('../2024_images/code_top_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}

.proview_qrs .code_body .qrocde{
	width: 210px;
	height: 210px;
	margin-top: 30px;
}
.proview_qrs .code_body .detail{
	width: 273px;
	height: 30px;
	background: #F5F5F5;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
}
.proview_qrs .code_body .text_blue{
	color: #2A7EFB;
}
.proview_qrs .close{
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
    z-index: 99;
}

.section15 {
		height: 910px;
		background-image: url('/pc/images/bg2-1.png')
	}

	.slide_x {
		padding: 0 150px;
		height: 64px;
		width: 1200px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.39);
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 400;
		line-height: 28px;
		color: #FFFFFF;
		opacity: 1;
		position: relative;
	}

	.slide1:hover {
		cursor: pointer;
	}




	/* .slide2:hover~.line {
		animation: move 0.5s;
		animation-fill-mode: both;
	} */

	.slide2:hover {
		cursor: pointer;
	}

	.aline {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 600px;
		height: 3px;
		background: #fff;
	}
	.aline1 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 600px;
		height: 3px;
		background: #fff;
	}
	@keyframes move {
		to {
			transform: translateX(100%);
		}
	}

	.statistics {
		width: 1200px;
		height: 520px;
		background-image: url(/pc/images/bg2-2.jpg);
		padding-top: 20px;
		padding-left: 38px;
	}
	.time_line{
		width: 1070px;
	}
	.statistics_title {
		font-size: 20px;
		font-family: PingFang SC;
		font-weight: 600;
		line-height: 40px;
		color: #333333;
	}

	.statistics_img {
		/* margin-top: 90px; */
		width: 1079px;
		height: 420px;
	}
	.statistics_content1{
		
	}
	.statistics_content1 .map{
		width: 532px;
		height: 320px;
	}
	.statistics_content1 .desc{
		font-size: 18px;
		font-family: PingFang SC;
		font-weight: 400;
		line-height: 40px;
		color: #333333;
		margin-left: 12px;
	}

.section16 .section-body {
		display: flex;
	}
	
	.section16 .card {
		flex: none;
		display: flex;
		align-items: center;
		width: 676px;
		height: 180px;
		border-radius: 6px;
		background-color: #FFFFFF;
		box-shadow: 0 0px 12px 1px rgba(0,0,0,0.1);
	}
	
	.section16 .card:first-child {
		margin: 34px -123px 0 0;
		background-color: #ECF0F6;
	}
	
	.section16 .card img {
		width: 100px;
		height: 100px;
		margin: 0 35px;
		object-fit: contain;
	}
	
	.section16 .title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		color: #333333;
	}
	
	 .section16 .message {
		padding: 10px 50px 20px 0;
		font-size: 14px;
		line-height: 21px;
		color: #666666;
	}
	
	 .section16 .card:first-child .message {
		padding-right: 139px;
	}
	
	 .section16 a {
		font-size: 14px;
		line-height: 20px;
		color: #2A7EFB;
	}


.section17 {
    height: 538px;
    background: #f3f3f3;
}


.model_bottom {
    margin-top: 60px !important;
}
.model_bottom .card_right .tit {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
}
.model_bottom .card_right .desc {
	width: 331px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
}
.model_bottom .card_right .more {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #2A7EFB;
}
.business {
	width: 650px;
	height: 180px;
	background: #ECF0F6;
	border-radius: 6px;
	margin-top: 34px;
	box-shadow: 0 0px 12px 1px rgb(0 0 0 / 10%);
}
.enterprise {
	width: 676px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0 0px 12px 1px rgb(0 0 0 / 10%);
	border-radius: 6px;
	margin-left: -126px;
}


/*.footer-awords {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 1000;*/
/*    width: 100%;*/
/*    height: 101px;*/
/*    background: url('../2024_images/activity-bg.png');*/
/*    background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	opacity: .9;*/
/*    color: #fff;*/
/*}*/
/*.foote-awords-slider {*/
/*    width: 1213px;*/
/*	height: 130px;*/
/*    margin: -29px auto;*/
/*	position: relative;*/
/*	background: url('../2024_images/activity_1.png');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.foote-awords-slider-item {*/
/*    align-items: center;*/
/*    !* justify-content: space-between; *!*/
/*}*/
/*.foote-awords-slider-item img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*	position: absolute;*/
/*    top: 34px;*/
/*    right: 150px;*/
/*	cursor: pointer;*/
/*}*/
/*.foote-awords-slider-item-content {*/
/*    font-size: 16px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*}*/
.item1 span {
    font-size: 22px;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: normal;
}
.item1 .info {
    margin-right: 14px;
}
.item2 span {
    font-size: 35px;
}
/*.footer-awords .code {*/
/*	!* margin-left: 266px; *!*/
/*}*/
/*.footer-awords .discount {*/
/*	!* margin-left: 390px; *!*/
/*}*/
/*.footer-awords .item2 {*/
/*    width: 1200px;*/
/*	height: 148px;*/
/*    color: #FFE003;*/
/*    line-height: 26px;*/
/*    font-family: PingFang SC-常规体, PingFang SC;*/
/*    font-weight: normal;*/
/*	font-size: 35px;*/
/*}*/
.m-l-32 {
	margin-left: 32px;
}
.m-r-32 {
	margin-right: 32px;
}
.more-btn {
    width: 86px;
    height: 36px;
    background: linear-gradient(135deg, #FFFB16 0%, #F8B90B 100%);
    border-radius: 4px;
    margin-left: 80px;
    margin-right: 70px;
    text-align: center;
    line-height: 36px;
}
.f-s-40 {
	font-size: 40px;
}
.m-t-32 {
	margin-top: 32px;
}
.f-s-46 {
	font-size: 46px;
    color: #FFE003;
}
.more-btn .btn {
    font-size: 14px;
    font-weight: 400;
    color: #DE3493;
    transition: all .5s linear;
}
.close-btn {
	font-size: 22px;
    cursor: pointer;
    color: #B7C8E8;
    position: absolute;
    top: -7px;
    right: 0;
}
.fonts {
    color: #FFFFFF;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: bold;
}